'Declaration
<JsonConverterAttribute(C1.Web.Mvc.Serialization.PascalCaseJsonConverter)> Public Property ItemsCreated As IList(Of T)
[JsonConverter(C1.Web.Mvc.Serialization.PascalCaseJsonConverter)] public IList<T> ItemsCreated {get; set;}
'Declaration
<JsonConverterAttribute(C1.Web.Mvc.Serialization.PascalCaseJsonConverter)> Public Property ItemsCreated As IList(Of T)
[JsonConverter(C1.Web.Mvc.Serialization.PascalCaseJsonConverter)] public IList<T> ItemsCreated {get; set;}